home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk15 / qrt / qrtscript / poster next >
Text File  |  1995-03-18  |  2KB  |  66 lines

  1.  
  2.  QRT is a GREAT program, but needs  some  way around all of the typing and
  3.  formatting necessary  to  produce  (readable)  script  files  for  it.  I
  4.  decided rather than waste hours and  hours  typing in the scripts, that I
  5.  could write a program that would  take  care of creating the script files
  6.  as well as taking care of a few other details.
  7.  
  8.  I also provided a 'Ground' object,  which  is  just a LARGE parallelogram
  9.  that you only need to provide minimal info in defining.  The ground is at
  10.  (Y=0).
  11.  
  12.  A script that had twenty objects in it  could take 30 minutes to type in.
  13.  (Even longer if you format if  completely)   I dare to say that with this
  14.  program, the same twenty  objects  can  be  entered into a script in less
  15.  than five.
  16.  
  17.  For those  already  familiar  with  QRT  and  those  that  should be (ie.
  18.  everybody else):
  19.  
  20.  The location for an object  is  stored,  so  that the next object that is
  21.  created can use the same  location  by  just  pressing  return.  (This is
  22.  ideal for prisms and the like, since one vertex location can define three
  23.  sides.)
  24.  
  25.  The variables entered for radius  and  the coefficients for the quadratic
  26.  function are all  remembered.   I  did  this,  since  you may be creating
  27.  duplicate spheres, ellipses, cylinders,  oblate spheroids, etc; and don't
  28.  want to type in that info every time.
  29.  
  30.  The color for the last object is  remembered  (ie. the diff coefficient),
  31.  in case you are  creating  many  similarly  colored  objects.   The other
  32.  values have some default associated with them, so that (if you don't want
  33.  to use any special characteristics) you  can just press return and accept
  34.  the defaults.  Remember that this program creates a text file, so you can
  35.  always edit what  you  enter,  so  that  you  can  use  bounding boxes or
  36.  instances to get even more out of the program.
  37.  
  38.  Be sure and LOOK at the scripts this program  creates.  The formatting is
  39.  very nice.  You don't actually have to look, since the files created with
  40.  this program are complete and ready to use.
  41.  
  42.                             James A. Alexander
  43.  
  44.                               PLink: Modula*2
  45.                              CIS: Yeah, right.
  46.                                                  
  47.                                                  
  48.                                                  
  49.                                                  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.